PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowFormXObjectContent Class / setFormXObjectHeight Method
The height of the formXObject drawn on the page.
In This Topic
    setFormXObjectHeight Method
    In This Topic
    Sets the formXObject height.
    The value of this property represents either a percentage (0 to 100) or an absolute value based on the value of method.
    Syntax
    public void setFormXObjectHeight( 
       double height
    )

    Parameters

    height
    The height of the formXObject drawn on the page.
    Exceptions
    ExceptionDescription
    Thrown when height is set to a value less than 0.
    See Also